home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1060 / _setup.lib / Readme.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  5.2 KB  |  137 lines

  1. Random Sampler version 1.5
  2.  
  3. CONTENTS
  4.     Program Overview
  5.     Installing Random Sampler
  6.     Changes from prior version
  7.  
  8. Program Overview
  9.  
  10. Random Sampler is a program for conducting Monte Carlo 
  11. analyses on sample continuous variable data that is 
  12. subdivided according to a categorical variable.  Some
  13. examples are vehicle miles per gallon by manufacturer, 
  14. time to learn a task by mode of training, frequency of 
  15. appearance of a given type of artifact by geographic 
  16. location, and disposition toward some object or behavior
  17. according to psychological type.  No assumptions are 
  18. made about the distribution of scores on the continuous
  19. variable: they can be normal, multimodal, skewed, etc.  
  20. Two types of analysis are included in this version of 
  21. Random Sampler: Salience Analysis and Effect Size 
  22. Analysis.  In Salience Analysis, the empirically 
  23. obtained values for mean, median, mode and variance for 
  24. a subgroup are compared with values one obtains by 
  25. taking a large number of random samples from the total 
  26. pool of scores.  The probability value obtained 
  27. indicates the degree to which the empirical sample 
  28. stands out from the total group.  In Effect Size 
  29. Analysis, a case is selected randomly from each category
  30. of cases. After a large number of such samples are drawn,
  31. the probability that a given category is greater than, 
  32. less than or equal to each other category is computed as
  33. are the probabilities of the target category having the 
  34. highest or lowest score.   
  35.  
  36. In addition to the procedures mentioned above, Random 
  37. Sampler includes some auxillary procedures that might be
  38. useful in order to decide how to carry out the analyses.
  39. These include descriptive statistics, cross-tabulations,
  40. breakdown, correlation and regression analysis.  
  41. Procedures are also included to generate random sets of 
  42. integers and to take random samples from a set of data 
  43. in a database with specifiable sample sizes and numbers 
  44. of samples.  Graphing capabilities are provided for 
  45. frequencies, means, medians, modes, variances and 
  46. scatter plots.
  47.  
  48. Random Sampler will accomodate dBase, Paradox and Ascii
  49. files.  A routine is included to easily convert Ascii 
  50. files to Paradox format.  Data for new cases may be 
  51. added to database files and data for existing cases may 
  52. be edited or deleted.  New variables may be added,  and 
  53. existing variables may be deleted and edited in Random 
  54. Sampler.  Residuals from regression analysis can be 
  55. added to the database with a click of the mouse.
  56.  
  57. Random Sampler is a MDI (Multiple Document Interface) 
  58. application which means that the user may work with more
  59. than one database on the screen at the same time.
  60.  
  61.  
  62. Installing Random Sampler
  63.  
  64. Random Sampler and its installation program are both 
  65. Windows applications, so Windows must be running in 
  66. order to install Random Sampler.  The installation 
  67. program creates directories and copies files from the 
  68. distribution disk to your hard drive.
  69.  
  70. To install Random Sampler,
  71.  
  72. 1.  Start Windows if it is not running on your computer.
  73.  
  74. 2.  Insert the Random Sampler distribution disk into 
  75. your floppy drive.
  76.  
  77. 3.  Use Program Managers File| Run menu command or File 
  78. Manager to run SETUP.EXE from the distribution disk.  
  79. In Windows 95, click Start and then Run...and use the 
  80. browser to locate SETUP.EXE on your floppy disk.
  81.  
  82. 4.  Follow the instructions presented by the 
  83. installation program.
  84.  
  85. The installation program copies files as follows:
  86. rs.exe        to    C:\Random (or whatever directory you choose)
  87. rs.ico        to            "    
  88. readme.txt    to                  "            
  89. cars.txt    to     C:\Random\Data 
  90. carstx~1.sch    to            "
  91. stocks.db    to            "
  92. talent.dbf    to            "
  93. bivbx11.dll    to    C:\windows\system
  94. bigauge.vbx    to            "    
  95. chart2fx.vbx    to            "
  96. rshelp.hlp    to    C:\windows
  97.  
  98.  
  99. Changes from Prior Version
  100.  
  101. I am indebted to Mr. James Byrd who tried Random Sampler
  102. on some very large data sets and pointed out a number of
  103. bugs and limitations.  As a result, new data structures 
  104. and procedures were used in computing correlation and 
  105. regression values, making execution much faster.  A 
  106. change in the Salience Analysis procedure also makes for
  107. more efficient performance.
  108.  
  109. The correlation table was divided into two triangular 
  110. matracies with the upper matrix containing r values and
  111. the lower containing Ns and significance levels.
  112.  
  113. Code was added to allow running Random Sampler "in the 
  114. background" rather than having exclusive control of the
  115. computer during procedures that are likely to take 
  116. significant amounts of time.  Click on the minimize icon
  117. and you can do something else while awaiting the results.
  118.  
  119. Printing was completely revised using a Delphi component
  120. developed by W. Murto.  Thanks, Bill!  
  121.  
  122. The number of intervals to be used in dividing values 
  123. between minimum and maximum can now be specified for
  124. continuous variable data in the Salience Analysis, 
  125. Descriptive Statistics and Graphing procedures.  This 
  126. will make a difference only with respect to calculation 
  127. of medians and modes.
  128.  
  129. A problem was fixed in the input error checking routine
  130. of the Calculate Values equation dialog which caused 
  131. certain values to be rejected.  
  132.  
  133. A procedure to draw case samples (including all the 
  134. data associated with cases in the sample) was added to
  135. the Samples page.
  136.  
  137.